'Declaration
Protected Overridable Function InternalComplete( _ ByVal doNotBlock As Boolean, _ ByVal result As Object _ ) As Boolean
'Usage
Dim instance As ChannelAsyncOperation(Of T) Dim doNotBlock As Boolean Dim result As Object Dim value As Boolean value = instance.InternalComplete(doNotBlock, result)
protected virtual bool InternalComplete( bool doNotBlock, object result )
protected: virtual bool InternalComplete( bool doNotBlock, Object^ result )
Parameters
- doNotBlock
- result